home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / w3 / w3-auto.el.z / w3-auto.el
Encoding:
Text File  |  1998-05-21  |  12.4 KB  |  344 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'w3-auto) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (font-set-face-font x-font-build-cache font-default-size-for-device font-default-encoding-for-device font-default-registry-for-device font-default-family-for-device font-default-object-for-device font-default-font-for-device font-create-object) "font" "lisp/font.el")
  5.  
  6. (autoload 'font-create-object "font" nil nil nil)
  7.  
  8. (autoload 'font-default-font-for-device "font" nil nil nil)
  9.  
  10. (autoload 'font-default-object-for-device "font" nil nil nil)
  11.  
  12. (autoload 'font-default-family-for-device "font" nil nil nil)
  13.  
  14. (autoload 'font-default-registry-for-device "font" nil nil nil)
  15.  
  16. (autoload 'font-default-encoding-for-device "font" nil nil nil)
  17.  
  18. (autoload 'font-default-size-for-device "font" nil nil nil)
  19.  
  20. (autoload 'x-font-build-cache "font" nil nil nil)
  21.  
  22. (autoload 'font-set-face-font "font" nil nil nil)
  23.  
  24. ;;;***
  25.  
  26. ;;;### (autoloads (url-register-auth-scheme url-get-authentication) "url-auth" "lisp/url-auth.el")
  27.  
  28. (autoload 'url-get-authentication "url-auth" "\
  29. Return an authorization string suitable for use in the WWW-Authenticate
  30. header in an HTTP/1.0 request.
  31.  
  32. URL    is the url you are requesting authorization to.  This can be either a
  33.        string representing the URL, or the parsed representation returned by
  34.        `url-generic-parse-url'
  35. REALM  is the realm at a specific site we are looking for.  This should be a
  36.        string specifying the exact realm, or nil or the symbol 'any' to
  37.        specify that the filename portion of the URL should be used as the
  38.        realm
  39. TYPE   is the type of authentication to be returned.  This is either a string
  40.        representing the type (basic, digest, etc), or nil or the symbol 'any'
  41.        to specify that any authentication is acceptable.  If requesting 'any'
  42.        the strongest matching authentication will be returned.  If this is
  43.        wrong, its no big deal, the error from the server will specify exactly
  44.        what type of auth to use
  45. PROMPT is boolean - specifies whether to ask the user for a username/password
  46.        if one cannot be found in the cache" nil nil)
  47.  
  48. (autoload 'url-register-auth-scheme "url-auth" "\
  49. Register an HTTP authentication method.
  50.  
  51. TYPE     is a string or symbol specifying the name of the method.   This
  52.          should be the same thing you expect to get returned in an Authenticate
  53.          header in HTTP/1.0 - it will be downcased.
  54. FUNCTION is the function to call to get the authorization information.  This
  55.          defaults to `url-?-auth', where ? is TYPE
  56. RATING   a rating between 1 and 10 of the strength of the authentication.
  57.          This is used when asking for the best authentication for a specific
  58.          URL.  The item with the highest rating is returned." nil nil)
  59.  
  60. ;;;***
  61.  
  62. ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached url-store-in-cache) "url-cache" "lisp/url-cache.el")
  63.  
  64. (autoload 'url-store-in-cache "url-cache" "\
  65. Store buffer BUFF in the cache" nil nil)
  66.  
  67. (autoload 'url-is-cached "url-cache" "\
  68. Return non-nil if the URL is cached." nil nil)
  69.  
  70. (autoload 'url-cache-extract "url-cache" "\
  71. Extract FNAM from the local disk cache" nil nil)
  72.  
  73. (autoload 'url-cache-expired "url-cache" "\
  74. Return t iff a cached file has expired." nil nil)
  75.  
  76. ;;;***
  77.  
  78. ;;;### (autoloads (url-cookie-handle-set-cookie url-cookie-retrieve url-cookie-write-file url-cookie-parse-file) "url-cookie" "lisp/url-cookie.el")
  79.  
  80. (autoload 'url-cookie-parse-file "url-cookie" nil nil nil)
  81.  
  82. (autoload 'url-cookie-write-file "url-cookie" nil nil nil)
  83.  
  84. (autoload 'url-cookie-retrieve "url-cookie" "\
  85. Retrieves all the netscape-style cookies for a specified HOST and PATH" nil nil)
  86.  
  87. (autoload 'url-cookie-handle-set-cookie "url-cookie" nil nil nil)
  88.  
  89. ;;;***
  90.  
  91. ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" "lisp/url-gw.el")
  92.  
  93. (autoload 'url-gateway-nslookup-host "url-gw" "\
  94. Attempt to resolve the given HOSTNAME using nslookup if possible." t nil)
  95.  
  96. (autoload 'url-open-stream "url-gw" "\
  97. Open a stream to a host" nil nil)
  98.  
  99. ;;;***
  100.  
  101. ;;;### (autoloads (url-mail) "url-mail" "lisp/url-mail.el")
  102.  
  103. (autoload 'url-mail "url-mail" nil t nil)
  104.  
  105. ;;;***
  106.  
  107. ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable dnsResolve dnsDomainIs isPlainHostName) "url-ns" "lisp/url-ns.el")
  108.  
  109. (autoload 'isPlainHostName "url-ns" nil nil nil)
  110.  
  111. (autoload 'dnsDomainIs "url-ns" nil nil nil)
  112.  
  113. (autoload 'dnsResolve "url-ns" nil nil nil)
  114.  
  115. (autoload 'isResolvable "url-ns" nil nil nil)
  116.  
  117. (autoload 'isInNet "url-ns" nil nil nil)
  118.  
  119. (autoload 'url-ns-prefs "url-ns" nil nil nil)
  120.  
  121. (autoload 'url-ns-user-pref "url-ns" nil nil nil)
  122.  
  123. ;;;***
  124.  
  125. ;;;### (autoloads (url-retrieve url-popup-info url-get-url-at-point url-do-setup url-setup-save-timer url-buffer-visiting url-normalize-url url-file-attributes) "url" "lisp/url.el")
  126.  
  127. (autoload 'url-file-attributes "url" "\
  128. Return a list of attributes of URL.
  129. Value is nil if specified file cannot be opened.
  130. Otherwise, list elements are:
  131.  0. t for directory, string (name linked to) for symbolic link, or nil.
  132.  1. Number of links to file.
  133.  2. File uid.
  134.  3. File gid.
  135.  4. Last access time, as a list of two integers.
  136.   First integer has high-order 16 bits of time, second has low 16 bits.
  137.  5. Last modification time, likewise.
  138.  6. Last status change time, likewise.
  139.  7. Size in bytes. (-1, if number is out of range).
  140.  8. File modes, as a string of ten letters or dashes as in ls -l.
  141.     If URL is on an http server, this will return the content-type if possible.
  142.  9. t iff file's gid would change if file were deleted and recreated.
  143. 10. inode number.
  144. 11. Device number.
  145.  
  146. If file does not exist, returns nil." nil nil)
  147.  
  148. (autoload 'url-normalize-url "url" "\
  149. Return a 'normalized' version of URL.  This strips out default port
  150. numbers, etc." nil nil)
  151.  
  152. (autoload 'url-buffer-visiting "url" "\
  153. Return the name of a buffer (if any) that is visiting URL." nil nil)
  154.  
  155. (autoload 'url-setup-save-timer "url" "\
  156. Reset the history list timer." t nil)
  157.  
  158. (autoload 'url-do-setup "url" "\
  159. Do setup - this is to avoid conflict with user settings when URL is
  160. dumped with emacs." nil nil)
  161.  
  162. (autoload 'url-get-url-at-point "url" "\
  163. Get the URL closest to point, but don't change your
  164. position. Has a preference for looking backward when not
  165. directly on a symbol." nil nil)
  166.  
  167. (autoload 'url-popup-info "url" "\
  168. Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil)
  169.  
  170. (autoload 'url-retrieve "url" "\
  171. Retrieve a document over the World Wide Web.
  172. The document should be specified by its fully specified
  173. Uniform Resource Locator.  No parsing is done, just return the
  174. document as the server sent it.  The document is left in the
  175. buffer specified by url-working-buffer.  url-working-buffer is killed
  176. immediately before starting the transfer, so that no buffer-local
  177. variables interfere with the retrieval.  HTTP/1.0 redirection will
  178. be honored before this function exits." nil nil)
  179.  
  180. ;;;***
  181.  
  182. ;;;### (autoloads (w3-about) "w3-about" "lisp/w3-about.el")
  183.  
  184. (autoload 'w3-about "w3-about" nil nil nil)
  185.  
  186. ;;;***
  187.  
  188. ;;;### (autoloads (w3-do-text-entry w3-form-resurrect-widgets w3-form-add-element) "w3-forms" "lisp/w3-forms.el")
  189.  
  190. (autoload 'w3-form-add-element "w3-forms" nil nil nil)
  191.  
  192. (autoload 'w3-form-resurrect-widgets "w3-forms" nil nil nil)
  193.  
  194. (autoload 'w3-do-text-entry "w3-forms" nil nil nil)
  195.  
  196. ;;;***
  197.  
  198. ;;;### (autoloads (w3-hotlist-add-document w3-hotlist-add-document-at-point w3-use-hotlist w3-parse-hotlist w3-hotlist-append w3-hotlist-rename-entry w3-hotlist-delete w3-hotlist-refresh w3-hotlist-apropos w3-read-html-bookmarks) "w3-hot" "lisp/w3-hot.el")
  199.  
  200. (autoload 'w3-read-html-bookmarks "w3-hot" "\
  201. Import an HTML file into the Emacs-w3 format." t nil)
  202.  
  203. (autoload 'w3-hotlist-apropos "w3-hot" "\
  204. Show hotlist entries matching REGEXP." t nil)
  205.  
  206. (autoload 'w3-hotlist-refresh "w3-hot" "\
  207. Reload the default hotlist file into memory" t nil)
  208.  
  209. (autoload 'w3-hotlist-delete "w3-hot" "\
  210. Deletes a document from your hotlist file" t nil)
  211.  
  212. (autoload 'w3-hotlist-rename-entry "w3-hot" "\
  213. Rename a hotlist item" t nil)
  214.  
  215. (autoload 'w3-hotlist-append "w3-hot" "\
  216. Append a hotlist to the one in memory" t nil)
  217.  
  218. (autoload 'w3-parse-hotlist "w3-hot" "\
  219. Read in the hotlist specified by FNAME" nil nil)
  220.  
  221. (autoload 'w3-use-hotlist "w3-hot" "\
  222. Possibly go to a link in your W3/Mosaic hotlist.
  223. This is part of the emacs World Wide Web browser.  It will prompt for
  224. one of the items in your 'hotlist'.  A hotlist is a list of often
  225. visited or interesting items you have found on the World Wide Web." t nil)
  226.  
  227. (autoload 'w3-hotlist-add-document-at-point "w3-hot" "\
  228. Add the document pointed to by the hyperlink under point to the hotlist." t nil)
  229.  
  230. (autoload 'w3-hotlist-add-document "w3-hot" "\
  231. Add this documents url to the hotlist" t nil)
  232.  
  233. ;;;***
  234.  
  235. ;;;### (autoloads (w3-show-dvi w3-parse-tree-to-latex) "w3-latex" "lisp/w3-latex.el")
  236.  
  237. (autoload 'w3-parse-tree-to-latex "w3-latex" nil nil nil)
  238.  
  239. (autoload 'w3-show-dvi "w3-latex" "\
  240. Uses xdvi to show DVI file created from `w3-parse-tree-to-latex'." t nil)
  241.  
  242. ;;;***
  243.  
  244. ;;;### (autoloads (w3-preferences-edit) "w3-prefs" "lisp/w3-prefs.el")
  245.  
  246. (autoload 'w3-preferences-edit "w3-prefs" nil t nil)
  247.  
  248. ;;;***
  249.  
  250. ;;;### (autoloads (w3-print-url-under-point w3-print-this-url) "w3-print" "lisp/w3-print.el")
  251.  
  252. (autoload 'w3-print-this-url "w3-print" "\
  253. Print out the current document (in LaTeX format)" t nil)
  254.  
  255. (autoload 'w3-print-url-under-point "w3-print" "\
  256. Print out the url under point (in LaTeX format)" t nil)
  257.  
  258. ;;;***
  259.  
  260. ;;;### (autoloads (w3-display-stylesheet w3-handle-style) "w3-style" "lisp/w3-style.el")
  261.  
  262. (autoload 'w3-handle-style "w3-style" nil nil nil)
  263.  
  264. (autoload 'w3-display-stylesheet "w3-style" "\
  265. Display the stylesheet for the current document." t nil)
  266.  
  267. ;;;***
  268.  
  269. ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-version w3-preview-this-buffer w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "lisp/w3.el")
  270.  
  271. (autoload 'w3-open-local "w3" "\
  272. Find a local file, and interpret it as a hypertext document.
  273. It will prompt for an existing file or directory, and retrieve it as a
  274. hypertext document." t nil)
  275.  
  276. (autoload 'w3-find-file "w3" "\
  277. Find a local file, and interpret it as a hypertext document.
  278. It will prompt for an existing file or directory, and retrieve it as a
  279. hypertext document." t nil)
  280.  
  281. (autoload 'w3-fetch-other-frame "w3" "\
  282. Attempt to follow the hypertext reference under point in a new frame.
  283. With prefix-arg P, ignore viewers and dump the link straight
  284. to disk." t nil)
  285.  
  286. (autoload 'w3-fetch "w3" "\
  287. Retrieve a document over the World Wide Web.
  288. Defaults to URL of the current document, if any.
  289. With prefix argument, use the URL of the hyperlink under point instead." t nil)
  290.  
  291. (autoload 'w3-maybe-follow-link-mouse "w3" "\
  292. Maybe follow a hypertext link under point.
  293. If there is no link under point, this will try using
  294. url-get-url-at-point" t nil)
  295.  
  296. (autoload 'w3-maybe-follow-link "w3" "\
  297. Maybe follow a hypertext link under point.
  298. If there is no link under point, this will try using
  299. url-get-url-at-point" t nil)
  300.  
  301. (autoload 'w3-follow-url-at-point-other-frame "w3" "\
  302. Follow the URL under PT, defaults to link under (point)" t nil)
  303.  
  304. (autoload 'w3-follow-url-at-point "w3" "\
  305. Follow the URL under PT, defaults to link under (point)" t nil)
  306.  
  307. (autoload 'w3-preview-this-buffer "w3" "\
  308. See what this buffer will look like when its formatted as HTML.
  309. HTML is the HyperText Markup Language used by the World Wide Web to
  310. specify formatting for text.  More information on HTML can be found at
  311. ftp.w3.org:/pub/www/doc." t nil)
  312.  
  313. (autoload 'w3-version "w3" "\
  314. Show the version number of W3 in the minibuffer.
  315. If optional argument HERE is non-nil, insert info at point." t nil)
  316.  
  317. (autoload 'w3 "w3" "\
  318. Retrieve the default World Wide Web home page.
  319. The World Wide Web is a global hypertext system started by CERN in
  320. Switzerland in 1991.
  321.  
  322. The home page is specified by the variable w3-default-homepage.  The
  323. document should be specified by its fully specified Uniform Resource
  324. Locator.  The document will be parsed as HTML (if appropriate) and
  325. displayed in a new buffer." t nil)
  326.  
  327. (autoload 'w3-do-setup "w3" "\
  328. Do setup - this is to avoid conflict with user settings when W3 is
  329. dumped with emacs." nil nil)
  330.  
  331. (autoload 'w3-follow-link-other-frame "w3" "\
  332. Attempt to follow the hypertext reference under point in a new frame.
  333. With prefix-arg P, ignore viewers and dump the link straight
  334. to disk." nil nil)
  335.  
  336. (autoload 'w3-follow-link "w3" "\
  337. Attempt to follow the hypertext reference under point.
  338. With prefix-arg P, ignore viewers and dump the link straight
  339. to disk." t nil)
  340.  
  341. ;;;***
  342.  
  343. (provide 'w3-auto)
  344.